home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / mintprgs / mintupgr / disk8.zoo / init.zoo / etc / rc.sin < prev    next >
Text File  |  1992-11-22  |  202b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # This is run when the system is booted in single-user mode.
  4. #
  5.  
  6. /bin/cat.ttp < /dev/null >&- /etc/single
  7.  
  8. if test.ttp -f /etc/fsck.ttp  ; then
  9.     /etc/fsck.ttp -q /
  10.     /etc/fsck.ttp -q /usr
  11. fi
  12.  
  13.